home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_03 / pjp / istrings.c < prev    next >
C/C++ Source or Header  |  1995-02-01  |  230b  |  9 lines

  1. ------------- Listing 5: The file istrings.c ------------------
  2.  
  3. // istringstream -- istringstream basic members
  4. #include <<sstream>>
  5.  
  6. istringstream::~istringstream()
  7.         {       // destruct an istringstream
  8.         }
  9.